|
LOAD BITMAP
This command loads a picture file to the screen.
LOAD BITMAP Filename,Bitmap Number
LOAD BITMAP Filename
Filename
String
Specify a relative or absolute filename to the required file.
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.
This command does not return a value.
The picture file must be of the BMP, JPG, TGA, DDS, DIB or PNG format. You can optionally provide a Bitmap Number between 0 and 32. Once you have loaded the picture file successfully, you can use the specified bitmap number to modify and manage the bitmap. The bitmap number should be specified using an integer value.
LOAD BITMAP "picture.bmp",0
WAIT KEY
BITMAP Commands Menu
Index
|